/*Created with Adobe RoboHelp 9.*/
H1 {
  font-weight: bold;
  x-next-class: ;
  x-next-type: p;
  font-size: 14pt;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
}
h3 {
  font-weight: bold;
  x-next-class: ;
  x-next-type: p;
  font-size: 11pt;
}
H4 {
  font-weight: bold;
  font-size: 12.0pt;
}
H5 {
  font-weight: bold;
  font-size: 10.0pt;
}
H6 {
  font-weight: bold;
  font-size: 8.0pt;
}
p {
  margin-top: 2pt;
  margin-bottom: 2pt;
  font-size: 10pt;
  margin-left: 0pt;
  text-decoration: none;
  font-family: Arial;
}
paragraph {
  font-family: Arial;
  font-weight: normal;
  font-size: 10pt;
}
A.expandspot {
  color: #008000;
  cursor: hand;
  font-style: italic;
  text-decoration: none;
}
SPAN.expandtext {
  font-style: italic;
  font-weight: normal;
  color: #ff0000;
}
A.dropspot {
  font-weight: bold;
  font-style: italic;
  color: #0075ad;
  font-size: 10pt;
  text-decoration: none;
}
A.glossterm {
  color: #800000;
  cursor: hand;
  font-style: italic;
  text-decoration: none;
}
SPAN.glosstext {
  font-style: italic;
  font-weight: normal;
  color: #0000ff;
}
OL,
UL {
  margin-top: 0px;
  margin-bottom: 0px;
}
A:active {
  color: #0075ad;
  font-size: 10pt;
  text-decoration: underline;
}
A:hover {
  font-size: 10pt;
  color: #0075ad;
}
A:link {
  font-size: 10pt;
  color: #0075ad;
  text-decoration: underline;
}
A:visited {
  font-size: 10pt;
  color: #0075ad;
  text-decoration: underline;
}
DIV.droptext {
  font-size: 10pt;
}
A.popupspot {
  font-size: 10pt;
  color: #0075ad;
  text-decoration: none;
}
a.dropspot::after {
  vertical-align: middle;
  margin-left: 0.25rem;
  content: url(../images/Black_Browse_Right.gif);
}
a.dropspot.pressed::after {
  vertical-align: middle;
  margin-left: 0.25rem;
  content: url(../images/Black_Browse_down1.gif);
}
ol.Decimal {
  list-style: decimal;
}
ul.Circle {
  list-style: circle;
}
ol.RoundNumbers {
  counter-reset: item1;
  list-style: none;
  padding-left: 25px;
  margin-left: 15px;
}
ol.RoundNumbers>li {
  position: relative;
  line-height: 25px;
  margin-bottom: 2px;
}
ol.RoundNumbers>li:before {
  counter-increment: item1;
  content: counter(item1, decimal);
  text-align: center;
  position: absolute;
  left: -29px;
  margin-right: 4px;
  width: 25px;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
}